From 353dde3dfb5d7faceb28bbe51bf27977e31583ec Mon Sep 17 00:00:00 2001 From: Sven Luther Date: Wed, 2 Nov 2005 11:33:19 +0000 Subject: [PATCH] Damn svn-buildpackage wants stuff checked in before building :/ --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 20163072..0e6fccac 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ endif config-stamp: configure for t in templates/*; do \ target=${t#templates/}; \ - sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >sven/${target%.in}; \ + sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >${target%.in}; \ done dh_testdir # Add here commands to configure the package. -- 2.30.2